type go/types.operandMode

7 uses

	go/types (current package)
		api.go#L316: 	mode  operandMode
		check.go#L30: 	mode  operandMode
		check.go#L179: func (check *Checker) rememberUntyped(e ast.Expr, lhs bool, mode operandMode, typ *Basic, val constant.Value) {
		check.go#L444: func (check *Checker) recordTypeAndValue(x ast.Expr, mode operandMode, typ Type, val constant.Value) {
		operand.go#L17: type operandMode byte
		operand.go#L20: 	invalid   operandMode = iota // operand is invalid
		operand.go#L54: 	mode operandMode